Blazor | ComponentOne
C1.Blazor.DateTimeEditors Assembly / C1.Blazor.DateTimeEditors Namespace / C1DateTimeBase<TTimeValue> Class / Placeholder Property

In This Topic
    Placeholder Property (C1DateTimeBase<TTimeValue>)
    In This Topic
    Gets or sets the placeholder displayed when there is no entered text.
    Syntax
    'Declaration
     
    
    Public Property Placeholder As String
    public string Placeholder {get; set;}
    See Also